Skip to content

Drop nvisy-context crate, bump elide + spin#332

Merged
martsokha merged 1 commit into
mainfrom
refactor/drop-nvisy-context
Jul 26, 2026
Merged

Drop nvisy-context crate, bump elide + spin#332
martsokha merged 1 commit into
mainfrom
refactor/drop-nvisy-context

Conversation

@martsokha

Copy link
Copy Markdown
Member

Summary

  • Delete the nvisy-context crate. No built-in recognizer consumed its reference-data types, and every Engine::analyze_document callsite passed &[] for the contexts parameter (which was let _ = contexts; inside the impl).
  • Drop the dead contexts: &[Context] parameter from Engine::analyze_document and trim schema/README prose so nothing reads as if the crate ever existed.
  • Bump elide 33dea523 → a29a152e (no source changes needed) and unyank spin 0.9.8 → 0.9.9 to clear a cargo-deny advisory.

Net −1303 lines.

Test plan

  • cargo check --workspace --all-features
  • cargo clippy --workspace --all-features --all-targets (no warnings)
  • cargo test --workspace --all-features (all suites pass)
  • RUSTDOCFLAGS="--cfg docsrs -D warnings" cargo +nightly doc --workspace --all-features --no-deps
  • cargo deny check (advisories/bans/licenses/sources all ok)

🤖 Generated with Claude Code

Deletes the nvisy-context crate: no built-in recognizer consumed
its reference-data types and every analyze_document callsite passed
&[]. Also drops the dead contexts parameter from Engine::analyze_document
and trims the schema umbrella + prose accordingly.

Bumps elide 33dea523 -> a29a152e (no source changes needed) and
unyanks spin 0.9.8 -> 0.9.9 to clear cargo-deny advisories.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@martsokha martsokha self-assigned this Jul 26, 2026
@martsokha martsokha added refactor code restructuring without behavior change ontology entities, policies, contexts engine redaction engine, pipeline runtime, orchestration, configuration chore maintenance, dependency updates, code cleanup labels Jul 26, 2026
@martsokha
martsokha merged commit efb2ff2 into main Jul 26, 2026
6 checks passed
@martsokha
martsokha deleted the refactor/drop-nvisy-context branch July 26, 2026 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore maintenance, dependency updates, code cleanup engine redaction engine, pipeline runtime, orchestration, configuration ontology entities, policies, contexts refactor code restructuring without behavior change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant